projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989a6aa
)
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Sep 2002 19:38:22 +0000
(19:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Sep 2002 19:38:22 +0000
(19:38 +0000)
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index 7fa9df835b84a7419bed37278d512e9684c61ea7..49bd228e280b421310e79419bed3ace49ebea8aa 100644
(file)
--- a/
lisp/progmodes/cperl-mode.el
+++ b/
lisp/progmodes/cperl-mode.el
@@
-445,7
+445,8
@@
Older version of this page was called `perl5', newer `perl'."
:type 'regexp
:group 'cperl)
-(defcustom cperl-noscan-files-regexp "/\\(\\.\\.?\\|SCCS\\|RCS\\|blib\\)$"
+(defcustom cperl-noscan-files-regexp
+ "/\\(\\.\\.?\\|SCCS\\|RCS\\|CVS\\|blib\\)$"
"*Regexp to match files/dirs to skip when generating TAGS."
:type 'regexp
:group 'cperl)